home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Web Graphics with Shout 3D
/
Interactive Web Graphics With Shout 3D.iso
/
pc
/
Code
/
Chapter08
/
TemplateApplet.java
< prev
next >
Wrap
Text File
|
2000-05-18
|
193b
|
13 lines
package applets;
import shout3d.*;
public class TemplateApplet extends Shout3DApplet {
public void initShout3DPanel(){
panel = new TemplatePanel(this);
}
}//end of class